C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / FlexGridDetailProvider<TItem> Class / DetailLoading Event
DetailLoading Event (FlexGridDetailProvider<TItem>)
Occurs when the detail cell is being created.
Syntax
Event Data

The event handler receives an argument of type GridDetailLoadingEventArgs<TItem> containing data related to this event. The following GridDetailLoadingEventArgs<TItem> properties provide information specific to this event.

PropertyDescription
Gets the detail row it is being loaded.  
Gets the parent row.  
See Also